Register
Overview
The Register operation is used to register a user with Wolters Kluwer E-Sign to authorize electronic delivery of documents.
| Method | URL | Description |
|---|---|---|
| POST | /api/v1/Document/account/{accountId}/WKES/register | The POST method registers users to authorize electronic delivery of documents. |
| Name | Type | Constraints | Description |
|---|---|---|---|
| accountId | integer | required | The account used to associate to the request |
Sample Request
{
"emailAddress": "sampleuser@bank.com"
}
Sample Response
Example:
{
"user": "string",
"status": "string",
"statusDate": "string",
"message": "string"
}